Release 10.1A: OpenEdge Data Management:
Database Administration


File Handles

The OpenEdge RDBMS uses file handles (a UNIX term, roughly equivalent to the number of open files) when reading and writing to the database and related files. Most operating systems limit the number of file handles a user process can allocate at one time.

Use the following formula to determine the number of file handles used:

H = Static Handles + (# of .dn files) + (# of .bn files) + (# of .an files) 

The elements of the above equation are defined as follows:

Additional file handles are consumed as follows:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095